C1.AspNetCore.Mvc Assembly / C1.Web.Mvc Namespace / FlexGrid<T> Class
Members

FlexGrid<T> Class
The FlexGrid control provides a powerful and flexible way to display and edit data in a tabular format.
Object Model
FlexGrid<T> Class
Syntax
'Declaration
 
Public Class FlexGrid(Of T) 
   Inherits FlexGridBase(Of T)
   Implements ITemplateMicrosoft.AspNetCore.Html.IHtmlContent 
 
Type Parameters
T
Inheritance Hierarchy

System.Object
   C1.Web.Mvc.Component
      C1.Web.Mvc.Control
         C1.Web.Mvc.ItemsBoundControl<T>
            C1.Web.Mvc.FlexGridBase<T>
               C1.Web.Mvc.FlexGrid<T>

See Also